projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac7e6a
)
cpupool: cpupool_unassign_cpu is only used internally
author
Julien Grall
<julien.grall@linaro.org>
Tue, 1 Apr 2014 14:44:50 +0000
(16:44 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 1 Apr 2014 14:44:50 +0000
(16:44 +0200)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
xen/common/cpupool.c
patch
|
blob
|
history
diff --git
a/xen/common/cpupool.c
b/xen/common/cpupool.c
index 933de782b77736a46842c0f79634df952a0ede8f..4a0e569832d91f6c66ee692db1eb118180a67287 100644
(file)
--- a/
xen/common/cpupool.c
+++ b/
xen/common/cpupool.c
@@
-307,7
+307,7
@@
out:
* - last cpu and still active domains in cpupool
* - cpu just being unplugged
*/
-int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu)
+
static
int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu)
{
int work_cpu;
int ret;